#
# HoI - Poland Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  The UK offers an Alliance
#########################################################################
event = { 
	id = 3600
	random = no
	country = POL
	
	# Triggered by ENG 3401
	
	name = "EVT_3600_NAME"
	desc = "EVT_3600_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME3600A" # Accept
		command = { type = trigger which = 3402 }
		command = { type = alignment which = democratic value = 150 }
	}
	action_b = {
		name = "ACTIONNAME3600B" # Decline
		command = { type = trigger which = 3403 }
	}
}

################################################
######### event 3601 modded on EEurope.txt ########
################################################